@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&family=Noticia+Text&family=Rampart+One&display=swap');
body {
font-family: 'Noticia Text', serif;
background-image: linear-gradient(#ADD8E6, white);
border: solid;
color: #00006b;
}
h1, h2, h3 {
font-family: 'Rampart One', cursive;
text-align: center;
}
h4 {
font-family: 'Dancing Script', cursive;
text-align: center;
}
My GitHub repo can be found here, and my website can be found here.
GitHub requirements (I have met):
Project folder screenshot:
Demonstrating creativity: I have demonstrated creativity by focusing on the artistic elements of my websites. I have done the following:
Other ways I have showed creativity are:
One important idea that I have learnt in this project is the idea of combining multiple different programming languages, and tools together to create a final project. For this project I have used Markdown, R (with RStudio), CSS, and GitHub all in conjunction with each other and have learnt that you can combine multiple things together and use all of them for their strengths to get a better end product! What I am curious about is how many more different modern technologies are combined in conjunction with each other in a company job setting and just how much more complicated their systems get!